home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2003 November A
/
PCWK1103A.iso
/
Top10FreewareENG-SOFT
/
tswwebcoder
/
tswwebcoder4en.exe
/
{app}
/
scripts
/
phplookup.tss
< prev
next >
Wrap
Text File
|
2003-07-09
|
215b
|
14 lines
{
[Scriptsettings]
Scriptname=Lookup PHP code
ExecuteOnStartup=0
ExecuteOnlyOnce=0
}
program LookupPHPCode;
begin
If GetWordAtCursor <> '' then
Execute('http://www.php.net/'+GetWordAtCursor);
end.